home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / MailDrop.dmg1.2.2.sit / maildrop.dmg / MailDrop / MailDrop.app / Contents / Resources / MailDrop.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2003-01-19  |  1.3 KB  |  57 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>ScDA</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>MailingDocument</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>MDoc</string>
  13.             <key>Superclass</key>
  14.             <string>NSCoreSuite.NSDocument</string>
  15.             <key>SupportedCommands</key>
  16.             <dict>
  17.                 <key>ImportAddressesFile</key>
  18.                 <string>handleImportAddressesFileScriptCommand:</string>
  19.             </dict>
  20.         </dict>
  21.     </dict>
  22.     <key>Commands</key>
  23.     <dict>
  24.         <key>ImportAddressesFile</key>
  25.         <dict>
  26.             <key>AppleEventClassCode</key>
  27.             <string>ScDA</string>
  28.             <key>AppleEventCode</key>
  29.             <string>ImpA</string>
  30.             <key>Arguments</key>
  31.             <dict>
  32.                 <key>File</key>
  33.                 <dict>
  34.                     <key>AppleEventCode</key>
  35.                     <string>File</string>
  36.                     <key>Type</key>
  37.                     <string>NSString</string>
  38.                 </dict>
  39.                 <key>ReplacingExistingRecipients</key>
  40.                 <dict>
  41.                     <key>AppleEventCode</key>
  42.                     <string>Repl</string>
  43.                     <key>Optional</key>
  44.                     <string>YES</string>
  45.                     <key>Type</key>
  46.                     <string>NSNumber<Bool></string>
  47.                 </dict>
  48.             </dict>
  49.             <key>CommandClass</key>
  50.             <string>NSScriptCommand</string>
  51.         </dict>
  52.     </dict>
  53.     <key>Name</key>
  54.     <string>MailDrop</string>
  55. </dict>
  56. </plist>
  57.